All Questions
4 questions
6votes
4answers
3kviews
Convert minutes portion of time to decimal
I am making an hours calculator app. It takes a start time, end time and time taken for lunch. For the start and end time it takes a four-digit hh:mm time. For example: 10:20. I have made a function ...
3votes
1answer
4kviews
Grouping dates by weeks using reduce()
I am trying to implement a function groupWeeks(dates) using reduce that allows me to group an array of objects ...
3votes
1answer
3kviews
Sum an array of video lengths in JavaScript into HH:MM:SS
I am trying to learn functional programming in JavaScript, and saw a little task on Twitter that I wanted to have a go at: ...
12votes
1answer
1kviews
Responsive/adaptive website code
I have all these functions that work together to create functionality on a page. Is the structure of these functions OK? Can I do anything to speed this up or make my code better? I'm not exactly ...